body{
    margin: auto;
}
* { box-sizing: border-box; }

#contactus-page {
    width: 90%;
	margin: 10px 5% 5%;
	
	
	}
.contactus-textfields {
	padding-left:30px !important;
}
.contactus-main-nav {
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-family:'"cabin', regular;
  color: black;
  text-align: justify;
  position: fixed;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding: 5px 16px;
  background-color: rgba(191,191,191,0.4);
  transition: all 300ms ease-in-out;
  z-index: 1;
}

.contactus-main-nav img {
  height: 80px;
  width: auto;
  margin-top: -13px;
}

.contactus-small {
  height: 38px;  
}

.contactus-small img{ 
	height: 100%;
	width: auto;
}


.contactus-small #right, .contactus-small select{
  font-size: 80%;
  color: grey;
}

.contactus-small #right1{
  font-size: 80%;
  color: grey;
}


.contactus-small .dropdown .dropbtn{
  font-size: 80%;
  color: grey;
}

.contactus-main-nav #right:hover{
    background-color: #ff000000;
    color: grey;
    
  }

.contactus-main-nav #right1:hover{
    background-color: #ff000000;
    color: grey;
  }
  .contactus-main-nav #right2:hover{
    background-color: #ff000000;
    color: grey;
  }


.dropdown .dropbtn {
    font-size: 100%;    
    border: none;
    outline: none;
    color: black;
    padding: 5px 16px;
    background-color: #ff000000;
    font-family: 'PT+sans', regular;
    margin: 0;
}

.contactus-main-nav a:hover, .dropdown:hover .dropbtn {
    background-color: #ff000000;
    color: grey;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(224,224,224,0.67);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #bfbfbf;
}

.dropdown:hover .dropdown-content {
    display: block;
}
#right {
    
    position: absolute;
    right: 560px;
    font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: #003300;
    text-decoration: none;
   padding-top: 11px;
}
#right1{
    position: absolute;
    right: 434px;
     font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: #003300;
    text-decoration: none;
    padding-top: 11px;
   


}
#right2{
     position: absolute;
    right: 327px;
     font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: #003300;
    text-decoration: none;
    padding-top: 11px;
    }
    
#right3{
     position: absolute;
    right: 240px;
     font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: #003300;
    text-decoration: none;
    padding-top: 11px;
    }
#right4{
     position: absolute;
    right: 163px;
     font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: #003300;
    text-decoration: none;
    padding-top: 11px;
    }

#right5{
     position: absolute;
    right: 30px;
     font-size: 100%;
    font-family: 'cabon', regular;
    text-align: center;
    color: #003300;
    text-decoration: none;
    padding-top: 11px;
    }


.banner {

	background-image: url("contact-background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2.5% !important;
    height: 500px;
    
 
}

#page-wrap { width: 100%; margin: 60px auto; padding-top: 5px;}
#page-wrap > div, #actual-table { min-width: 500px; }

#actual-table { border-collapse: collapse; }
        #actual-table td { 
            width: 30%; 
            padding-top: 15px; 
            vertical-align: top;
        }
        
#address {
    margin-left: 10%;
}
#phone {
	margin-left: -90%;

}
h1 {
	font-family: 'Alice', serif !important;
	font-size: 80px;
	font-weight: 800;
	color: black;
	padding-top: 28px;
	margin-left: 30px;

}
.banner h1{text-align:left}
#contactline {
	margin: 0 8%;
	width:9%;
	border-width: 2px;
	border-style: solid;
	color: black;
}
h4 {
	font-size: 16px;
	color: #757575;

}
p {
	font-size: 16px;
	color: #757575;
}
hr {
    margin-top: -2%;
    margin-left: 55%;
    margin-right:45%;
    border-width: 2px;
border-style: solid;
color: black;
}

h2 {

	font-family: 'Alice', serif;
	font-size: 40px;
	color: black;
	text-align: center;
}
#phone img {
    margin-left: 10%%;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #ff000000;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #ff000000; 
}

@media screen and (max-width:999px){

#contactus-page {
  width: 88%;
  margin-top:45px; 
  }
  .banner{
    width: 100%;
  }
}

@media screen and (min-width:250px) and (max-width:640px){

#contactus-page {
  width: 100%;
  }

  .banner {
    width: 100%;
  }
}

@media screen and (max-width:767px){
	
	.contactus-formfield-margin{
			margin-bottom:5%;
	}
	.contactus-message{
		padding:0 30px!important;
}
}
.contactus-heading  {
	text-align:center;
}   
.contactus-getintouch{
	/*border:2px solid black;*/
	width:5%;
	margin:27px auto;
	
}
.contactus-email{
	color: #5b5b5b!important; width: 100%;margin-left:0!important
}
.float-left{
	float:left;
	}
.float-right{
	float:right;
}
.clearfix{
	clear:both;
	float:none;
}
input{
	width:98%;
	padding:8px;
	border:1px solid lightgrey;
}
.contactus-margin{
	margin-bottom:5%;
}
.contactus-message{
	padding-left:30px!important;
}
.contactus-padding{
	padding-right:37px!important;
}
.contactus-sendrequest{
	border-radius:17px;
	width:15%;
	padding:10px;
	border:4px solid #7F7F7F;
	background-color:#fff;
	letter-spacing: 2px;
    font-weight: bold;
    color: #7f7f7f;
    font-family: sans-serif;
}
textarea{
	width:98%;
	height:90px;
	border:1px solid lightgrey;
	padding:8px;
}

/* hamburger menu popup in mobile view*/
@media screen and (min-width:320px) and (max-width:328px){
	#menu-display{
		margin-top:12.5%;
		margin-left:43.5%;
	}
}
@media screen and (min-width:329px) and (max-width:367px){
	#menu-display{
		margin-top:10.5%;
		margin-left:50.5%;
	}
}
@media screen and (min-width:368px) and (max-width:386px){
	#menu-display{
		margin-top:10.5%;
		margin-left:52.5%;
	}
}
@media screen and (min-width:387px) and (max-width:395px){
	#menu-display{
		margin-left:54%;
	}
}
@media screen and (min-width:396px) and (max-width:405px){
	#menu-display{
		margin-left:55%;
	}
}
@media screen and (min-width:406px) and (max-width:412px){
	#menu-display{
		margin-top:9.5%;
		margin-left:56%;    
	}
}
@media screen and (min-width:413px) and (max-width:423px){
	#menu-display{
		margin-top:9.5%;
	margin-left: 57%;
	}
}
@media screen and (min-width:424px) and (max-width:445px){
	#menu-display{
	margin-left: 59%;
	}
}
@media screen and (min-width:446px) and (max-width:457px){
	#menu-display{
		margin-left: 60%;
	}
}
@media screen and (min-width:458px) and (max-width:468px){
	#menu-display{
		margin-left: 61%;
	}
}
@media screen and (min-width:469px) and (max-width:478px){
	#menu-display{
		margin-left: 62%;
	}
}
@media screen and (min-width:479px) and (max-width:496px){
	#menu-display{
		margin-left: 63%;
	}
}
@media screen and (min-width:497px) and (max-width:515px){
	#menu-display{
		margin-top:6.5%;
		margin-left: 64%;
	}
}
@media screen and (min-width:516px) and (max-width:525px){
	#menu-display{
		margin-top:6.5%;
		margin-left: 65%;
	}
}
@media screen and (min-width:530px) and (max-width:543px){
	#menu-display{
		margin-top:6.5%;
		margin-left: 66%;
	}
}
@media screen and (min-width:544px) and (max-width:562px){
	#menu-display{
		margin-top:6%;
		margin-left: 67%;
	}
}
@media screen and (min-width:563px) and (max-width:575px){
	#menu-display{
		margin-top:5.5%;
		margin-left: 68%;
	}
}